platform :ios, '15.0'
use_frameworks!
target 'EnglishConversationPractice' do
    pod 'Google-Mobile-Ads-SDK'
    pod 'Kingfisher', '~> 5.0'
    #pod 'Cheers'
    pod 'FMDB'
    pod 'SSZipArchive'
    #pod 'FirebaseAnalytics'
    pod 'GoogleUserMessagingPlatform'
end
